runtime.inlineUnwinder.srcFunc (method)
12 uses
runtime (current package)
mprof.go#L599: sf := u.srcFunc(uf)
preempt.go#L419: name := u.srcFunc(uf).name()
symtab.go#L130: sf := u.srcFunc(uf)
symtab.go#L150: snext := u.srcFunc(unext)
symtab.go#L230: sf := u.srcFunc(uf)
symtab.go#L277: funcID := u.srcFunc(uf).funcID
symtab.go#L745: sf := u.srcFunc(uf)
symtabinl.go#L116: func (u *inlineUnwinder) srcFunc(uf inlineFrame) srcFunc {
traceback.go#L629: sf := iu.srcFunc(uf)
traceback.go#L971: sf := iu.srcFunc(uf)
traceback.go#L1073: printFuncName(u.srcFunc(uf).name())
tracestack.go#L320: sf := u.srcFunc(uf)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |